home *** CD-ROM | disk | FTP | other *** search
/ EIDOS Interactive Digital Press Kit ECTS 1997 / EIDOS Digital Press Kit - ECTS 1997 - Disc 2.iso / pc / mmenu.dir / Internal_225.ls < prev    next >
Encoding:
Text File  |  1997-08-29  |  160 b   |  14 lines

  1. on exitFrame
  2.   global lan
  3.   if lan = "F" then
  4.     go("CONF")
  5.   else
  6.     nothing()
  7.   end if
  8.   if lan = "G" then
  9.     go("CONG")
  10.   else
  11.     nothing()
  12.   end if
  13. end
  14.